Bump to 0.20.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 27 Apr 2017 16:18:04 +0000 (09:18 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 28 Apr 2017 03:11:52 +0000 (20:11 -0700)
Cargo.lock
Cargo.toml
Makefile.in
src/crates-io/Cargo.toml

index 2cfea7e5d131c4881e1adc2bf5d0e4813cddd82c..c77c24d09c341a993b7c166ba90be1f990b57c17 100644 (file)
@@ -1,12 +1,12 @@
 [root]
 name = "cargo"
-version = "0.19.0"
+version = "0.20.0"
 dependencies = [
  "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "cargotest 0.1.0",
  "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "crates-io 0.8.0",
+ "crates-io 0.9.0",
  "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -86,7 +86,7 @@ name = "cargotest"
 version = "0.1.0"
 dependencies = [
  "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "cargo 0.19.0",
+ "cargo 0.20.0",
  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -128,7 +128,7 @@ dependencies = [
 
 [[package]]
 name = "crates-io"
-version = "0.8.0"
+version = "0.9.0"
 dependencies = [
  "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "serde 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
index 09c90260bc76d15c03a8e647d8efcadeeaa26b39..fc6c1f218bff57af057d156023e3ac9982112754 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.19.0"
+version = "0.20.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
@@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"
 
 [dependencies]
 chrono = "0.3.0"
-crates-io = { path = "src/crates-io", version = "0.8" }
+crates-io = { path = "src/crates-io", version = "0.9" }
 crossbeam = "0.2"
 curl = "0.4.6"
 docopt = "0.7"
index f32d211fcbddfbd4610de9cc70d5b11a3588ae35..1be12f3bad5b53c4f045be99eb8c79950d740951 100644 (file)
@@ -1,4 +1,4 @@
-CFG_RELEASE_NUM=0.18.0
+CFG_RELEASE_NUM=0.20.0
 CFG_RELEASE_LABEL=
 
 OPENSSL_VERS=1.0.2k
index 646db38c19b0b184547e6dcc5923e8e91d29a71d..f7c52dcb61137fcf80678d4e061aac1141fa5e4e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.8.0"
+version = "0.9.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"